home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / SLAX 6.0.8 / slax-6.0.8.iso / boot / dos / slax.bat < prev   
DOS Batch File  |  2008-11-21  |  389b  |  13 lines

  1. @ECHO OFF
  2. REM #########################################################################
  3. REM DOS batch file to boot Linux.
  4.  
  5. REM First, ensure any unwritten disk buffers are flushed:
  6. @smartdrv /C
  7.  
  8. REM Start the LINLD process:
  9. cls
  10. linld097.com image=..\vmlinuz initrd=..\initrd.gz cl=@config %1 %2 %3
  11.  
  12. REM #########################################################################
  13.